All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.InputManager
NSInputManager
.
[[NSInputManager
alloc] init]
.
- initWithName:host:
on a newly allocated object.
- conversationIdentifier
Objective-C instance method
defined by the TextInput
interface
(known as the NSTextInput
Objective-C protocol).
+ currentInputManager
Objective-C class method.
- doCommandBySelector:
Objective-C instance method
defined by the TextInput
interface
(known as the NSTextInput
Objective-C protocol).
- hasMarkedText
Objective-C instance method
defined by the TextInput
interface
(known as the NSTextInput
Objective-C protocol).
- insertText:
Objective-C instance method
defined by the TextInput
interface
(known as the NSTextInput
Objective-C protocol).
- localizedInputManagerName
Objective-C instance method.
- markedTextSelectionChanged:client:
Objective-C instance method.
- markedTextWillBeAbandoned:
Objective-C instance method.
- setMarkedText:selectedRange:
Objective-C instance method
defined by the TextInput
interface
(known as the NSTextInput
Objective-C protocol).
- unmarkText
Objective-C instance method
defined by the TextInput
interface
(known as the NSTextInput
Objective-C protocol).
- wantsToInterpretAllKeystrokes
Objective-C instance method.
protected InputManager(boolean shouldAllocate, int objcObject)
public InputManager()
[[NSInputManager
alloc] init]
.
public InputManager(String inputServerName, String hostName)
- initWithName:host:
on a newly allocated object.
public static native InputManager currentInputManager()
+ currentInputManager
Objective-C class method.
public native String localizedInputManagerName()
- localizedInputManagerName
Objective-C instance method.
public native void markedTextWillBeAbandoned(Object cli)
- markedTextWillBeAbandoned:
Objective-C instance method.
public native void markedTextSelectionChanged(Range newSel, Object cli)
- markedTextSelectionChanged:client:
Objective-C instance method.
public native boolean wantsToInterpretAllKeystrokes()
- wantsToInterpretAllKeystrokes
Objective-C instance method.
public native void insertText(String aString)
- insertText:
Objective-C instance method
defined by the TextInput
interface
(known as the NSTextInput
Objective-C protocol).
public native void doCommandBySelector(Selector aSelector)
- doCommandBySelector:
Objective-C instance method
defined by the TextInput
interface
(known as the NSTextInput
Objective-C protocol).
public native void setMarkedTextAndSelectedRange(String aString, Range selRange)
- setMarkedText:selectedRange:
Objective-C instance method
defined by the TextInput
interface
(known as the NSTextInput
Objective-C protocol).
public native void unmarkText()
- unmarkText
Objective-C instance method
defined by the TextInput
interface
(known as the NSTextInput
Objective-C protocol).
public native boolean hasMarkedText()
- hasMarkedText
Objective-C instance method
defined by the TextInput
interface
(known as the NSTextInput
Objective-C protocol).
public native int conversationIdentifier()
- conversationIdentifier
Objective-C instance method
defined by the TextInput
interface
(known as the NSTextInput
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index